home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
phones_1
/
frmhowto.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1997-03-13
|
4KB
|
126 lines
VERSION 4.00
Begin VB.Form frmHowTo
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
BorderStyle = 3 'Fixed Dialog
Caption = "How To Play"
ClientHeight = 2265
ClientLeft = 1920
ClientTop = 3615
ClientWidth = 5775
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 700
size = 8.25
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 2670
Left = 1860
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2265
ScaleWidth = 5775
Top = 3270
Width = 5895
Begin VB.CommandButton cmdOK
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "OK"
Height = 375
Left = 2256
TabIndex = 3
Top = 1848
Width = 1275
End
Begin VB.Label Label3
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "Press the LEFT and RIGHT ARROW keys to move your ship, and the SPACE BAR to fire your lasers."
ForeColor = &H80000008&
Height = 444
Left = 48
TabIndex = 2
Top = 1440
Width = 5676
End
Begin VB.Label Label2
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "BAD GUYS"
ForeColor = &H80000008&
Height = 204
Left = 2928
TabIndex = 1
Top = 72
Width = 1236
End
Begin VB.Label Label1
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "YOU"
ForeColor = &H80000008&
Height = 204
Left = 1800
TabIndex = 0
Top = 72
Width = 804
End
Begin VB.Shape Shape2
BorderWidth = 2
Height = 996
Left = 2928
Top = 336
Width = 1188
End
Begin VB.Shape Shape1
BorderWidth = 2
Height = 996
Left = 1704
Top = 336
Width = 1188
End
Begin VB.Image Image1
Appearance = 0 'Flat
Height = 480
Index = 2
Left = 3285
Picture = "FRMHOWTO.frx":0000
Top = 840
Width = 480
End
Begin VB.Image Image1
Appearance = 0 'Flat
Height = 480
Index = 1
Left = 3285
Picture = "FRMHOWTO.frx":030A
Top = 405
Width = 480
End
Begin VB.Image Image1
Appearance = 0 'Flat
Height = 480
Index = 0
Left = 2040
Picture = "FRMHOWTO.frx":0614
Top = 630
Width = 480
End
Attribute VB_Name = "frmHowTo"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload Me
End Sub